|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
CryptoMapSeq holds and manipulates crypto maps in a crypto map set. More...
Public Member Functions | |
| int | getSeqNum () |
| Returns the sequence number of this crypto map. More... | |
| bool | isIncomplete () |
| Returns true if this crypto map is incomplete, otherwise false. More... | |
| void | setMatchAdd (string) |
| Sets the match for this crypto map. More... | |
| string | getMatchAdd () |
| Returns the match for this crypto map. More... | |
| void | setSaLifeTime (int) |
| Sets the IPSec SA lifetime. More... | |
| int | getSaLifeTime () |
| Returns the IPSec SA lifetime. More... | |
CryptoMapSeq holds and manipulates crypto maps in a crypto map set.
| string CryptoMapSeq::getMatchAdd | ( | ) |
Returns the match for this crypto map.
| int CryptoMapSeq::getSaLifeTime | ( | ) |
Returns the IPSec SA lifetime.
| int CryptoMapSeq::getSeqNum | ( | ) |
Returns the sequence number of this crypto map.
| bool CryptoMapSeq::isIncomplete | ( | ) |
Returns true if this crypto map is incomplete, otherwise false.
| void CryptoMapSeq::setMatchAdd | ( | string | ) |
Sets the match for this crypto map.
| string,the | match to set for this crypto map. |
| void CryptoMapSeq::setSaLifeTime | ( | int | ) |
Sets the IPSec SA lifetime.
| int,the | IPSec SA lifetime to set. |